| GUI Help > Create > createButton | ||||||||||||||
|
createButton |
||||||||||||||
| int handle=createButton(int x, int y, int width, int height, str caption, bool flat, handle parent) | ||||||||||||||
|
Description: Creates a new button gadget. |
||||||||||||||
|
Return Value: Handle to the new button |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work)
|